home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-30 | 576 b | 12 lines | [TEXT/MMCC] |
- void SetupTheMainWindow(WindowPtr theWindow);
- void ShutDownTheMainWindow(void);
- void OpenTheMainWindow(WindowPtr theWindow);
- void IdleInMainWindow(WindowPtr theWindow, Point mouseLoc);
- void KeyPressedInMainWindow(WindowPtr theWindow, unsigned char theChar);
- void DisposeTheMainWindow(WindowPtr theWindow);
- Boolean CloseTheMainWindow(WindowPtr theWindow);
- void ActivateTheMainWindow(WindowPtr theWindow);
- void DeactivateTheMainWindow(WindowPtr theWindow);
- void CopybitsTheMainWindow(WindowPtr theWindow, WindowPtr offscreenWindow);
- void PasteInMainWindow(WindowPtr theWindow);
-